home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 12 / Amiga Plus Sonderheft Amiga 12.iso / rexx / callreq.fe < prev    next >
Text File  |  1997-03-13  |  209b  |  8 lines

  1. /* Demo macro for FinalExecute, it still has got only one ARexx-Command,
  2.    Callreq: Parameters are optional
  3.  
  4.    CallReq INPUTSTRING,PUBSCREEN */
  5.  
  6. address 'FINALEXECUTE'
  7. callreq '"Just a test :)"' "Workbench"
  8.